XdsObjects Help file
XdsObjects Namespace / XdsObjectRefList Class / Add Method / Add(IEnumerable<String>) Method
The list of UUIDs to add



In This Topic
    Add(IEnumerable<String>) Method
    In This Topic
    Create multiple new XdsObjectRef items and add them to the list
    Syntax
    Public Overloads Sub Add( _
       ByVal List As IEnumerable(Of String) _
    ) 
    Dim instance As XdsObjectRefList
    Dim List As IEnumerable(Of String)
     
    instance.Add(List)
    public void Add( 
       IEnumerable<string> List
    )
    public:
    void Add( 
       IEnumerable<String^>^ List
    ) 

    Parameters

    List
    The list of UUIDs to add
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also